Ping
The Ping API enables to check the connectivity between bank and the XD Payments Platform
Method: POST
{{URL}}/rtp/rpc/BankService/Ping
Headers
Name | Value |
---|---|
Content-Type | application/json |
Credential | "Basic c3VwcG9ydCsxQG5ldHN5cy1pbmMuY29tOjM5ZDYxOGJkNTVmN5NWQxY2RlNDE5" |
Signature | "{{signature}}" |
Example
Request Body (Applicable for both FedNow & TCH)
{}
Response: 200
Response Parameters
Parameter | Description |
---|---|
ip | String IP address of the bank Example – "::1" |
status | String Status of ping (connectivity) Example – "SUCCESS" |
Response Body (Applicable for both FedNow & TCH)
{
"ip": "::1",
"status": "SUCCESS"
}